NevronOpenVision
Nevron.Nov.Diagram.Themes Namespace / NThemeLinearGradientFill Class / NThemeLinearGradientFill Constructor / NThemeLinearGradientFill Constructor(NAngle,NThemeGradientStop[])
Angle of rotation of the gradient axis.
Gradient stops.
NThemeLinearGradientFill Constructor(NAngle,NThemeGradientStop[])
Creates a theme linear gradient fill with the given axis angle and gradient stops.
Syntax
public NThemeLinearGradientFill( 
   NAngle angle,
   params NThemeGradientStop[] gradientStops
)

Parameters

angle
Angle of rotation of the gradient axis.
gradientStops
Gradient stops.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also